home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
mf.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
2KB
|
62 lines
<search function="mf">
<name>Moviefone</name>
<description>
Get information on movies or find local movie listings.<br/>
<div class="helpboxDescLabels">Usage:</div>
<table class="helpboxDescTable">
<tr><td>Movie Info</td><td> - </td><td>mf <<i>movie</i>></td></tr>
<tr><td>Local Listings</td><td> - </td><td>mf /location {<<i>zipcode</i>> | <<i>city</i>> }</td></tr>
</table>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>mf scorpion king</td></tr>
<tr><td>mf /location 90210</td></tr>
</table>
</description>
<category>Entertainment</category>
<link>http://www.moviefone.com/</link>
<contributor>Glenn Carr, Ryan Edwards</contributor>
<idea>Nik Devereaux</idea>
<form name="mff"
action="http://www.moviefone.com/showtimes/moviesearch.adp"
method="get">
<input type="hidden" name="action" value="title"/>
<input type="hidden" name="query"/>
</form>
<form name="mftheatreform"
action="http://www.moviefone.com/showtimes/closesttheaters.adp"
method="get">
<input type="hidden" name="_action" value="setLocation"/>
<input type="hidden" name="csz"/>
</form>
<script><![CDATA[
function mf(q)
{
var args = parseArgs(q, "location");
if( nullArgs("mf",q) )
return false;
else if( args.switches.length == 1 && args.switches[0].name == "location" )
{
document.mftheatreform.csz.value = args.q;
submitForm(mftheatreform);
}
else if( args.switches.length > 1 )
nullArgs("mf","?");
else
{
document.mff.query.value = args.q;
submitForm(mff);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>